
/*------------------------------------------------------------------------------------------------------------------------------*/
/*--------- Base Elements ------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/

@font-face {
        font-family: 'ralewayextrabold';
        src: url('/themes/default/fonts/raleway-extrabold-webfont.eot');
        src: url('/themes/default/fonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
             url('/themes/default/fonts/raleway-extrabold-webfont.woff2') format('woff2'),
             url('/themes/default/fonts/raleway-extrabold-webfont.woff') format('woff'),
             url('/themes/default/fonts/raleway-extrabold-webfont.ttf') format('truetype'),
             url('/themes/default/fonts/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
        font-family: 'ralewayregular';
        src: url('/themes/default/fonts/raleway-regular-webfont.eot');
        src: url('/themes/default/fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('/themes/default/fonts/raleway-regular-webfont.woff2') format('woff2'),
             url('/themes/default/fonts/raleway-regular-webfont.woff') format('woff'),
             url('/themes/default/fonts/raleway-regular-webfont.ttf') format('truetype'),
             url('/themes/default/fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
        font-weight: normal;
        font-style: normal
}
@font-face {
        font-family: 'varelaregular';
        src: url('/themes/default/fonts/varela-regular-webfont.eot');
        src: url('/themes/default/fonts/varela-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('/themes/default/fonts/varela-regular-webfont.woff2') format('woff2'),
             url('/themes/default/fonts/varela-regular-webfont.woff') format('woff'),
             url('/themes/default/fonts/varela-regular-webfont.ttf') format('truetype'),
             url('/themes/default/fonts/varela-regular-webfont.svg#varelaregular') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'Ubunto';
    src: url('/themes/default/fonts/Ubuntu-L.ttf');
}
@font-face {
    font-family: 'UItalic';
    src: url('/themes/default/fonts/Ubuntu-LI.ttf');
}
@font-face {
    font-family: 'UBold';
    src: url('/themes/default/fonts/Ubuntu-B.ttf');
}
@font-face {
    font-family: 'UBoldItalic';
    src: url('/themes/default/fonts/Ubuntu-BI.ttf');
}

body {
        font-family: 'varelaregular';
}
h1, h2, h3, h4, h5, strong {
        font-family: 'ralewayextrabold';
}
img {
        width: 100%;
        height: auto;
}
div, td {
        font-size: 16px;
}
h1 {     font-size: 30px }
h2 {     font-size: 26px }
h3 {     font-size: 22px }
h4 {     font-size: 18px }
h5 {     font-size: 14px }
h6 {     font-size: 10px }

.center { text-align: center; }
.right  { text-align: right; }
.left   { text-align: left; }

table td > h1 {
        margin-top: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        vertical-align: middle;
        height: 50px;
}
.btn-success {
        background-color: #21ba15;
}
.callToAction {
        text-align: center;
        margin: 40px 0 80px 0;
}
.callToAction .btn {
        border: 2px solid #afafaf;
}
.navbar {
        border-bottom: 0;
        margin-bottom: 0;
}
#newContent > .col-sm-12 {
        padding: 0;
}



/*------------------------------------------------------------------------------------------------------------------------------*/
/*--------- Homepage -----------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/

#homepage .row > div {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
}
#homepage .logoBackground > div > .helper,
#viewPage .logoBackground > div > .helper,
.nav .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
}
#homepage .infoWrapper {
        background: url(/themes/default/images/mazeTexture.png);
        background-color: #fff;    
}
#homepage .infoWrapper > div {
        padding: 20px 0 20px 0;
        min-height: 500px;
}
#homepage .infoWrapper p {
        font-size: 18px;
}
#homepage .mapWrapper .frameWrapper {
    margin-bottom: 30px;
}
#homepage .mapWrapper {
        padding: 40px 0;
        color: #fff;
}

#homepage .events {
        min-height: 400px;
        color: #fff;
        padding: 40px 0 40px 0;
}
.transparency #homepage .events,
.transparency #homepage .mapWrapper,
.transparency #homepage .homepageRooms,
.transparency #mainContentWindow .siteSection {
        background: rgba(55,55,55,0.8);        
}
.siteHomepageGame {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        height: 500px;
        padding: 0;
        border-bottom: 3px solid #000;
}
.siteHomepageGame > .mainContentTitle {
        line-height: 500px;
        color: #fff;
        font-size: 72px;
        font-family: 'ralewayextrabold';
}
.siteHomepageGame > .smallContentTitle > h1 {
        color: #fff;
        font-size: 36px;
        padding-top: 110px;
        margin-bottom: 20px;
}
.siteHomepageGame > .smallContentTitle > a {
        font-family: 'ralewayextrabold';
}
.siteHomepageGame .poster {
        margin: 80px 20px 0 80px;
        border: 3px solid #000;
        display: inline-block;

        -webkit-box-shadow: 10px 10px 5px 2px rgba(0,0,0,0.5);
        -moz-box-shadow: 10px 10px 5px 2px rgba(0,0,0,0.5);
        box-shadow: 10px 10px 5px 2px rgba(0,0,0,0.5);
}
.siteHomepageGame .posterDetails > h4 {
        font-size: 30px;
        margin-top: 80px;
        margin-bottom: 20px;
        line-height: inherit;
}
.siteHomepageGame .posterDetails > .description {
        font-weight: normal;
        font-size: 18px;
}
.siteHomepageGame .posterDetails > .description span {
        color: #fd8a0e;
}
.siteHomepageGame .posterDetails > .description > strong {
        display: inline-block;
}
.siteHomepageGame .poster > img {
        max-height: 300px;
}
#homepage .escapeRoomSmall {
        display: none;
}
#homepage .addressLink {
        font-size: 18px;
        margin-bottom: 20px;
        display: block;
        color: #fff;
}
.gallery {
        border-top: 1px solid #ccc;
        max-height: 520px;
        overflow: hidden;
}
.gallery > img {
        border: 1px solid #888;
        overflow: hidden;
}
.gallery > div {
        margin: 0;
        padding: 0;
}
.galleryImage {
        text-align: center;
}
.galleryImage > img {
        max-height: 500px;
}
.infoSmall {
        display: none;
}
#contactUs .section {
        margin-top: 40px;
}
#contactUs .addressLink {
        margin-bottom: 20px;
        display: block;
        font-size: 20px;
}
#contactUs .thankyou {
        margin-top: 20px;
        font-size: 18px;
}
#contactUs .hours .day {
        margin-left: 40px;
}
#contactUs .hours label {
        width: 150px;
}
#contactUs .hours > p {
        margin-bottom: 20px;
}
#homepage .teamPhotos > .teamPhotoGallery {
        overflow: hidden;
}
#homepage .teamPhotos > .teamPhotoGallery > div {
        display: inline-block;
}
#homepage .teamPhotos > .teamPhotoGallery > div {
        width: 33%;
}
#homepage .teamPhotos > .teamPhotoGallery img {
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/*--------- Footer -------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/

footer {
        color: #fff;
        padding-bottom: 0;
        margin-bottom: 0; 
        font-size: 18px;       
}
footer a {
        color: #fff;
}
footer .socialMedia img {
        width: 25px;
        height: 25px;
}
footer .links {
        font-size: 18px;
        margin-bottom: 20px;
}
footer {
        text-align: center;
}
footer .socialMedia {
        margin-bottom: 40px;
}
footer .address,
footer .located {
        display: block;
        margin-bottom: 20px;
}
footer .located {
        font-weight: bold;
}
.transparency footer {
        background: rgba(0,0,0,0.8);
}
.statLogoWrapper {
        width: 100px;
        display: block;
        margin: 20px auto 0 auto;
        cursor: pointer;
}
.statLogoWrapper > img {
}
footer .escapeGamesGlobal {
        margin-top: 20px;
        font-style: italic;
        font-size: 12px;
}
footer .escapeGamesGlobal .logoWrapper {
        width: 50px;
        margin: 10px auto 0 auto;
        display: block;
        cursor: pointer;
}
footer .escapeGamesGlobal .logoWrapper > img {
        width: 50px;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/*--------- Forms --------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/

.hform {
        margin-top: 40px;
}
.hform .row > .col-sm-10,
.hform .row > .col-sm-8 {
        height: 45px;  
        line-height: 45px;
}
.hform > .row > .attachments {
        height: auto;
        min-height: 45px;  
        line-height: 45px;
}
.hform > .row > .textarea {
        height: inherit;
        line-height: inherit;
}
.hform .hlabel > div {
        line-height: 20px;
        height: 20px;
        font-style: italic;
        font-size: 12px;
        margin-top: -10px;
}
.hform .upload > span {
        color: #fff;
}
.hform .formDivider {
        border-bottom: 1px solid #ccc;
}
.hform .noHeight > .row {
        height: inherit;
        line-height: inherit;
}
.hform a[data-toggle="tooltip"] {
        margin-left: 10px;
        color: #fff;
}
.hform .textarea a[data-toggle="tooltip"],
.hform .textarea .fa-question-circle {
        vertical-align: top;
        margin-top: 20px;
        margin-left: 0;
}
.hform input[type=checkbox] + label {
        margin-top: 10px;
}
.error input {
        border: 1px solid #f33d41;
        background-color: #fdeaeb;
}
.hform input {
        margin: 0;
}
.hform {
}
.hform .hlabel {
        height: 45px;
        line-height: 45px;
        display: inline-block;
        text-align: right;
        font-weight: bold;
}
.hform .selection {
        margin: 0px;
}
.hform input {
        max-width: 350px;
}
.hform .row {
        margin-bottom: 30px;
}
.hform .errorOutput {
        margin-bottom: 10px;
        margin-top: -20px;
}
.hform input.long {
        width: 600px;
        max-width: 600px;
}
label {
        font-size: 16px;
        display: inline-block;
        color: #222;
}
input[type=text].smallTextInput {
        min-width: 100px;
}
input[type=text],
input[type=password] {
        height: 45px;
        margin: 0 10px 10px 0;
        border: 1px solid #858585;
        background-color: #fff;
        border-radius: 5px;
        font-size: 16px;
        color: #222;
        padding-left: 15px;
        min-width: 350px;
}
textarea {
        min-height: 200px;
        min-width: 550px;
        border: 1px solid #858585;
        color: #222;
        background-color: #fff;
        margin: 0 10px 0 0;
        border-radius: 5px;
        font-size: 16px;
        padding: 10px 15px 10px 15px;
}
.btn-add {
        color: #fff;
        background-color: #fd8a0e;
}
.errorOutput {
        display: none;
}
.errorOutput > div {
        color: #f53438;
}
input.error,
textarea.error {
        border: 1px solid #f33d41;
        background-color: #fdeaeb;
}

div.selection {
        width: 350px;
        overflow: hidden;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #CCC;
        margin: 15px 10px 10px 10px;
        background: #fff url('/themes/default/images/forms/selectArrowRegular.png?v=1') no-repeat right;
        background-size: 24px 24px;
}
div.selection:hover {
        background: #fff url('/themes/default/images/forms/selectArrowRegularFocused.png?v=1') no-repeat right;
        background-size: 24px 24px;
}
div.selection > select {
        width: 378px;
        background: transparent;
        vertical-align: middle;
}
select:focus {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(116,186,239,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(116,186,239,1);
        box-shadow: 0px 0px 5px 0px rgba(116,186,239,1);
}
select {
        min-width: 350px;
        height: 24px;
        font-size: 16px;
        color: #222;
        background-color: #fff;
        min-width: 350px;
        border: 0;
        padding-left: 15px;
        -webkit-appearance: none;
        cursor: pointer;
}

.navbar-nav .open .dropdown-menu>li>a:focus, 
.navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
}
.dropdown-menu {
        min-width: 170px;
        border-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        background-color: none;
        border-radius: 0;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/*--------- Multi Level Dropdowns ----------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.tinyMCEOutput img {
        width: auto;
}
.giftCardWrapper {
        margin: 40px 0;
}
.giftCardWrapper img {
        width: 433px;
        margin-bottom: 40px;
}
.headerImageWrapper {
        max-width: 300px;
        margin: auto;
}

#viewInventory {
        margin-top: 100px;
}
#inventoryHeader {
        text-align: center;
        font-size: 38px;
        text-align: left;
        height: 60px;
        background-color: #eaeaea;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin-top: 20px;
}
#inventoryHeader img {
        max-height: 100px;
        width: auto;
        margin: 10px 0 10px;
}
#inventoryHeader > a {
        color: #ccc;
}
#inventoryHeader .logoWrapper {
        text-align: center;
        position: relative;
        margin-bottom: 50px;
}
#inventoryHeader .logo {
        margin: auto;
        left: 50%;
}
.imageLinks {
        text-align: center;
        margin-top: 40px;
}
.imageLinks a {
        display: inline-block; 
        margin: 10px;
}
#codeSubmission {
        text-align: center;
        margin-top: 40px;
}
#codeSubmission .codeLabel {
        color: #000;
        margin-bottom: 10px;
        font-size: 18px;
}
#codeSubmission input {
        height: 65px;
        font-size: 30px;
        text-align: center;
        padding-left: 0;
        background-color: #f9f9f9;
}
#explanation {
        text-align: center;
        color: #000;
        padding-bottom: 20px;
}
#explanation h3 {
        font-family: Ubunto;
        margin: 0 0 20px 0;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/*--------- TinyMCE ------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/

.tinyMCEOutput {    
        font-size: 18px;
}
.tinyMCEOutput h1, .tinyMCEOutput h2, .tinyMCEOutput h3, .tinyMCEOutput h4, .tinyMCEOutput h5, .tinyMCEOutput h6 {
        margin-top: 0;
}
.tinyMCEOutput p {
        padding: 0;
        margin: 0;
}
.tinyMCEOutput ul {
        margin: 0 0 20px 20px;
        padding: 0;
}
.tinyMCEOutput li {
        margin-left: 0;
}
.tinyMCEOutput h3 { font-size: 30px; }
.tinyMCEOutput h4 { font-size: 26px; }
.tinyMCEOutput h5 { font-size: 22px; }
.tinyMCEOutput h6 { font-size: 18px; }


.blueimp-gallery {
        display: none;
}

.peek-booking-modal img,
#_pktp {
        width: inherit;
        height: inherit;
}